Transcription: So now we've created an XML document dynamically. If we add more members to the database, what's going to happen is they're going to appear in the XML document. Another thing we can do is we can take our active server page and have it accept parameters. Let's say a parameter for an employee ID. That way in the SQL string it can literally constrain the query to a single employee, which is very nice because then you can query their data as an XML document without querying all of the employees, only in the in this case you'd be querying one. Now this works great when you're dealing with isolated ...